[Top] [Prev] [Next] [Bottom] [Contents]

SaSetContentString

Controls the Sapphire print out of the content string for a server application.\x7f

Synopsis

#include "SaRnHtml.h"
int SaSetContentString(char* str);

Argument

str
A string specifying the new content string to print. If str is an empty string, it disables the print out, if NULL, Sapphire prints out the default string.

Return Values

Returns an integer with a value of 0.

Description

Controls the Sapphire print out of the content string for a server application. This must be called in the initial code of main for it to have any effect.

Example

The code fragment:

SaSetContentString();
will move the print out of the Evaluation copy ad in a Sapphire application to the end of the server application output.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.